home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Devices / Floppy II / how to use < prev   
Encoding:
Text File  |  1993-01-18  |  511 b   |  5 lines  |  [TEXT/NISI]

  1. This application (Floppy II) uses the sony driver calls to get the format list of a super drive disk.  It then steps through the list to find if the disk supports MFM 720 disk and if so, it reformats the disk to be that type.  The usefullness of this app is to see how to use the status and control calls in the sony driver and how to search the data which is returned.
  2.  
  3. Warning:
  4.  
  5. When you run this app, don't have a disk you want in drive 1.  The data on the disk will get blown away and there are no warnings.